home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
dvglue.arc
/
TVBNEW.C
< prev
next >
Wrap
C/C++ Source or Header
|
1990-01-09
|
904b
|
25 lines
/*================================================*/
/* TVBNEW.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use, */
/* provided that this copyright notice remains */
/* intact and any changes are indicated in the */
/* comment blocks preceding functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVmbx_new create a new mailbox */
/* Ralf Brown 4/20/88 */
/*================================================*/
OBJECT pascal TVmbx_new(void)
{
return (OBJECT) TVsendmsg1(NEW_MSG, MAILBOX_CLASS, 0) ;
}
/* End of TVBNEW.C */